-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🌱 Update Update Golang Dependencies group (minor) #210
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cluster-stack-bot
bot
added
type/minor
update/go
size/M
Denotes a PR that changes 50-200 lines, ignoring generated files.
labels
Oct 19, 2024
cluster-stack-bot
bot
force-pushed
the
renovate/golang-deps
branch
from
October 29, 2024 11:13
f295226
to
5ce9f90
Compare
cluster-stack-bot
bot
changed the title
🌱 Update Golang Dependencies group to v2.2.0
🌱 Update Update Golang Dependencies group (minor)
Oct 29, 2024
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
cluster-stack-bot
bot
added
size/XXL
Denotes a PR that changes 2000+ lines, ignoring generated files.
and removed
size/M
Denotes a PR that changes 50-200 lines, ignoring generated files.
labels
Oct 29, 2024
cluster-stack-bot
bot
force-pushed
the
renovate/golang-deps
branch
2 times, most recently
from
November 1, 2024 11:14
37ce9c7
to
800a724
Compare
cluster-stack-bot
bot
force-pushed
the
renovate/golang-deps
branch
from
November 6, 2024 11:15
800a724
to
ebc4b58
Compare
cluster-stack-bot
bot
force-pushed
the
renovate/golang-deps
branch
2 times, most recently
from
November 21, 2024 11:14
7345c5d
to
7e82806
Compare
cluster-stack-bot
bot
force-pushed
the
renovate/golang-deps
branch
2 times, most recently
from
November 26, 2024 11:15
5d83400
to
cabae38
Compare
| datasource | package | from | to | | ---------- | ------------------------------------------ | ------- | ------- | | go | github.com/gophercloud/gophercloud/v2 | v2.1.0 | v2.2.0 | | go | github.com/onsi/ginkgo/v2 | v2.20.2 | v2.22.0 | | go | github.com/onsi/gomega | v1.34.2 | v1.36.0 | | go | github.com/stretchr/testify | v1.9.0 | v1.10.0 | | go | sigs.k8s.io/cluster-api-provider-openstack | v0.10.5 | v0.11.3 |
cluster-stack-bot
bot
force-pushed
the
renovate/golang-deps
branch
from
November 27, 2024 11:14
cabae38
to
158d6e9
Compare
Signed-off-by: Jan Schoone <[email protected]>
Signed-off-by: Jan Schoone <[email protected]>
jschoone
approved these changes
Dec 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.1.0
->v2.2.0
v2.20.2
->v2.22.0
v1.34.2
->v1.36.0
v1.9.0
->v1.10.0
v0.10.5
->v0.11.3
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
gophercloud/gophercloud (github.com/gophercloud/gophercloud/v2)
v2.2.0
Compare Source
What's Changed
Full Changelog: gophercloud/gophercloud@v2.1.1...v2.2.0
v2.1.1
Compare Source
What's Changed
Full Changelog: gophercloud/gophercloud@v2.1.0...v2.1.1
onsi/ginkgo (github.com/onsi/ginkgo/v2)
v2.22.0
Compare Source
2.22.0
Features
0fcaa08
]This allows serial tests to be filtered using the
label-filter
Maintenance
Various doc fixes
v2.21.0
Compare Source
2.21.0
Features
a69eb39
]bcab9c8
]Fixes
e548367
]SpecsThatWillBeRun
withSpecsThatWillRun
[
c2c4d3c
]Maintenance
7e65a00
]onsi/gomega (github.com/onsi/gomega)
v1.36.0
Compare Source
1.36.0
Features
4c964c6
]Maintenance
ece6872
]8e924d7
]v1.35.1
Compare Source
1.35.1
Fixes
ca36da1
]v1.35.0
Compare Source
1.35.0
Features
EnforceDefaultTimeoutsWhenUsingContexts()
to haveEventually
honor the default timeout when passed a context. (prior to this you had to expclility add a timeout) [e4c4265
]StopTrying(message).Successfully()
to abort aConsistently
early without failure [eeca931
]Fixes
HaveField
to avoid unexpected errors when used with async assertions. [3bdbc4e
]Maintenance
a05a416
]stretchr/testify (github.com/stretchr/testify)
v1.10.0
Compare Source
What's Changed
Functional Changes
Fixes
Documantation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.9.0...v1.10.0
kubernetes-sigs/cluster-api-provider-openstack (sigs.k8s.io/cluster-api-provider-openstack)
v0.11.3
Compare Source
Changes since v0.11.2
🐛 Bug Fixes
🌱 Others
Thanks to all our contributors! 😊
v0.11.2
Compare Source
Changes since v0.11.1
🐛 Bug Fixes
🌱 Others
Thanks to all our contributors! 😊
v0.11.1
Compare Source
IMPORTANT
This release contains an important fix for a bug which prevented security groups from being correctly applied to ports when creating a new server. We recommend all users should upgrade to this new release. Note that the fix will not be applied to any existing Machines which were created by v0.11.0. To correctly apply security groups to these Machines you should delete them and allow them to be reprovisioned.
Changes since v0.11.0
🐛 Bug Fixes
OpenStackMachine.Spec.SecurityGroups
(#2239)🌱 Others
Thanks to all our contributors! 😊
v0.11.0
Compare Source
✨ New Features
🐛 Bug Fixes
OpenStackMachine
to use their ownIdentityRef
(#2191)🌱 Others
📖 Additionally, there have been 7 contributions to our documentation and book. (#2168, #2125, #2123, #2120, #2100, #1565, #2032)
Thanks to all our contributors! 😊
v0.10.7
Compare Source
Changes since v0.10.6
🐛 Bug Fixes
Thanks to all our contributors! 😊
v0.10.6
Compare Source
Changes since v0.10.5
🐛 Bug Fixes
🌱 Others
Thanks to all our contributors! 😊
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.